Skip to content

Bump the maven group across 3 directories with 1 update#54

Merged
JuergGood merged 1 commit intomasterfrom
dependabot/maven/backend/maven-5307381100
Mar 16, 2026
Merged

Bump the maven group across 3 directories with 1 update#54
JuergGood merged 1 commit intomasterfrom
dependabot/maven/backend/maven-5307381100

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 14, 2026

Bumps the maven group with 1 update in the /backend directory: tools.jackson.core:jackson-core.
Bumps the maven group with 1 update in the /monitoring-server directory: tools.jackson.core:jackson-core.
Bumps the maven group with 1 update in the /test-client directory: tools.jackson.core:jackson-core.

Updates tools.jackson.core:jackson-core from 3.0.3 to 3.1.0

Commits
  • f59c106 [maven-release-plugin] prepare release jackson-core-3.1.0
  • a916a01 Prep for 3.1.0 release
  • 754caf7 Merge branch '2.x' into 3.x
  • 8ed2593 Merge branch '2.21' into 2.x
  • 5184c75 Post-release dep version bump
  • 4beeb3f [maven-release-plugin] prepare for next development iteration
  • f319790 [maven-release-plugin] prepare release jackson-core-2.21.1
  • 1b741b1 Prep for 2.21.1 release
  • 0f02cd7 Merge branch '2.21' into 2.x
  • 79f789e Merge branch '2.20' into 2.21
  • Additional commits viewable in compare view

Updates tools.jackson.core:jackson-core from 3.0.3 to 3.1.0

Commits
  • f59c106 [maven-release-plugin] prepare release jackson-core-3.1.0
  • a916a01 Prep for 3.1.0 release
  • 754caf7 Merge branch '2.x' into 3.x
  • 8ed2593 Merge branch '2.21' into 2.x
  • 5184c75 Post-release dep version bump
  • 4beeb3f [maven-release-plugin] prepare for next development iteration
  • f319790 [maven-release-plugin] prepare release jackson-core-2.21.1
  • 1b741b1 Prep for 2.21.1 release
  • 0f02cd7 Merge branch '2.21' into 2.x
  • 79f789e Merge branch '2.20' into 2.21
  • Additional commits viewable in compare view

Updates tools.jackson.core:jackson-core from 3.0.3 to 3.1.0

Commits
  • f59c106 [maven-release-plugin] prepare release jackson-core-3.1.0
  • a916a01 Prep for 3.1.0 release
  • 754caf7 Merge branch '2.x' into 3.x
  • 8ed2593 Merge branch '2.21' into 2.x
  • 5184c75 Post-release dep version bump
  • 4beeb3f [maven-release-plugin] prepare for next development iteration
  • f319790 [maven-release-plugin] prepare release jackson-core-2.21.1
  • 1b741b1 Prep for 2.21.1 release
  • 0f02cd7 Merge branch '2.21' into 2.x
  • 79f789e Merge branch '2.20' into 2.21
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps the maven group with 1 update in the /backend directory: [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).
Bumps the maven group with 1 update in the /monitoring-server directory: [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).
Bumps the maven group with 1 update in the /test-client directory: [tools.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core).


Updates `tools.jackson.core:jackson-core` from 3.0.3 to 3.1.0
- [Commits](FasterXML/jackson-core@jackson-core-3.0.3...jackson-core-3.1.0)

Updates `tools.jackson.core:jackson-core` from 3.0.3 to 3.1.0
- [Commits](FasterXML/jackson-core@jackson-core-3.0.3...jackson-core-3.1.0)

Updates `tools.jackson.core:jackson-core` from 3.0.3 to 3.1.0
- [Commits](FasterXML/jackson-core@jackson-core-3.0.3...jackson-core-3.1.0)

---
updated-dependencies:
- dependency-name: tools.jackson.core:jackson-core
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: tools.jackson.core:jackson-core
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: maven
- dependency-name: tools.jackson.core:jackson-core
  dependency-version: 3.1.0
  dependency-type: direct:production
  dependency-group: maven
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 14, 2026
@github-actions
Copy link

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2024.3.4
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@JuergGood JuergGood merged commit 4735b5e into master Mar 16, 2026
10 of 20 checks passed
@dependabot dependabot bot deleted the dependabot/maven/backend/maven-5307381100 branch March 16, 2026 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant